-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: customize vcs comment command --executable-name
#2805
feat: customize vcs comment command --executable-name
#2805
Conversation
why is this necessary? can you explain a bit more the workflow? Thanks for the contribution again @krrrr38 |
@jamengual Yes. Based on the #2798 (comment), currently we can trigger commands by When we run multiple servers for a single repository, these commands are handled in all servers. In this case, we can consider following workarounds to figure out which servers should run them.
In my case, I will run multiple servers which use the same base branches (for dev1 env and dev2 env with main branch). At that time, when I run It's possible to solve my problem by adding |
Thanks @krrrr38 for the contribution!!! |
Thank you @krrrr38 ! All your work is very much appreciated. You have high quality PRs! |
--executable-name
what
--executable-name otherwise
server configurationatlantis plan
tootherwise plan
.why
atlantis plan
command intoatlantis-staging plan
and so onatlantis plan
handle all servers.discussion
executable-name
, notwake-word
and so on?executable-name
is a common name in this repo likeatlantis/server/events/comment_parser.go
Line 99 in 585ce1e
references